﻿/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
body { min-height: 100%;word-wrap: break-word; }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { font-size: 14px; font-family: "PingFang SC","Microsoft Yahei";  }
body { line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{ line-height:2; padding:0 0; color:#333;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
.edit_con_original video{ max-width:100%;display: block;margin:auto;}
 
 
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
 
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
 
 
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
               
       
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}



/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}


/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}



body,a{color: #333333;}
input,button,textarea{border: none;outline: none;background: none;}
.bold{font-weight: bold;}
.cover{background-size: cover; background-repeat: no-repeat; background-position: center center;}
.wrap{width: 1575px;max-width: 90%;margin: auto;}
.wrap_1440{width: 1440px;max-width: 90%;margin: auto;}

.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line26{line-height: 26px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line28{line-height: 28px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}}
.line30{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line32{line-height: 32px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.ellipsis_p{
   display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {
.wrap,.wrap_1440{max-width: 92%;}
.line30,.line32,.line26{line-height: 24px;}

}

 /*font-size*/
.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 { font-size:22px;}
.fnt_24 { font-size:24px;}
.fnt_30 { font-size:30px;}
.fnt_36 { font-size:36px;}
.fnt_48 { font-size:48px;}
.fnt_72 { font-size:72px;}
@media only screen and (max-width:1660px) {
.fnt_72 { font-size:50px;}

}
@media only screen and (max-width:1440px) {

.fnt_30 { font-size:24px;}
.fnt_36 { font-size:30px;}
.fnt_48 { font-size:40px;}
.fnt_72 { font-size:44px;}

}
@media only screen and (max-width:1024px) {
.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:16px;}
.fnt_20 { font-size:18px;}
.fnt_22 { font-size:18px;}
.fnt_24 { font-size:18px;}
.fnt_30 { font-size:22px;}
.fnt_36 { font-size:24px;}
.fnt_48 { font-size:26px;}
.fnt_72 { font-size:30px;}

}
@media only screen and (max-width:767px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:14px;}
.fnt_20 { font-size:16px;}
.fnt_22 { font-size:16px;}
.fnt_24 { font-size:16px;}
.fnt_30 { font-size:18px;}
.fnt_36 { font-size:18px;}
.fnt_48 { font-size:20px;}
.fnt_72 { font-size:20px;}
}

.header,.header a{color:#fff;}
.header{position: fixed;top:0;left: 0;width: 100%;z-index: 9999; height: 133px;background:url(./header_bg.png) no-repeat;background-size: cover;}
.header_insert{height: 78px;line-height: 78px;padding-left:30px;}
.height_height{height: 78px;display: none;}
.header h1{float: left;width: 190px;height: 50px;overflow: hidden;margin-top: 25px;margin-right: 100px;}
.header h1 a{display: block;}
.header h1 img{width: 100%;height: 100%;}

.nav{float: left;height: 54px;line-height: 54px;margin-top: 24px;width: calc(100% - 580px)}
.nav li{float: left;}
.nav li>a{padding: 0 40px;display: block;}
.nav_le{float: left;}
.nav_re{float: right;height: 34px;line-height: 34px;}
.nav .nav_re a{padding: 0 18px;}

.header_re{float: right;}
.h_weixin{float: left;font-size: 24px;margin-right: 30px;}
.language{float: left;margin-right: 25px;}
.search{float: left;}
.menu_button{background: #ee7700;color: #fff;float: left;width: 78px;height: 78px;text-align: center;position:relative;cursor: pointer;display: none;}
.menu_button p{font-size: 12px;line-height: 10px;}
.menu_i{width: 36px;margin: auto;margin-bottom: 6px;}
.menu_i i{display: block;width: 100%;height: 2px;background: #fff;margin-bottom: 4px;}
.menu_i i:nth-child(1){width: 30px;}
.menu_i i:nth-child(3){width: 26px;}


.search{float: left;position: relative;color: #fff;width: 50px;text-align: center;z-index: 2;margin-right: 20px;}
.search.cur span{opacity: 0.6;}
.search span{cursor: pointer;font-size: 20px;}
.search_box{border: 1px solid #ccc;position: absolute;right: 0;top:78px; border-radius: 2px;background: #fff;width: 0px;padding-left: 20px;
  transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;
  visibility: hidden;opacity: 0;}
.search_box input,.search_box button{height: 48px;line-height: 48px;}
.search_box button{width: 50px;text-align: center;cursor: pointer;font-size: 20px;float: right;}
.search_box input{width: calc(100% - 50px);float: left;}
.search.cur .search_box{width: 370px;visibility: visible;opacity: 1;}


.scrollHeader .header{background: rgba(0,0,0,0.8);height: 78px;}
/*.scrollHeader .header h1{margin-top: 16px;}*/
/*.scrollHeader .nav,.scrollHeader .nav_re{margin-top: 0;height: 78px;line-height: 78px;}*/

@media only screen and (max-width:1660px) {
.nav li>a{padding: 0 30px;}
}
@media only screen and (max-width:1560px) {
.header h1{margin-right: 50px;}
.nav{width: calc(100% - 500px)}
.h_weixin,.language{margin-right: 20px;}
.nav .nav_re a{padding: 0 15px;}
}
@media only screen and (max-width:1440px) {
.nav li>a{padding: 0 20px;}
.nav .nav_re a{padding: 0 15px;}
}
@media only screen and (max-width:1366px) {
.nav li>a{padding: 0 15px;}
.nav .nav_re a{padding: 0 10px;}
}
@media only screen and (max-width:1276px) {
.nav li>a{padding: 0 10px;}
.nav .nav_re a{padding: 0 10px;}
}
@media only screen and (max-width:1230px) {
.nav{display: none;}
.header_insert{height: 60px;line-height: 60px;}
.height_height{height: 60px;display: block;}
.menu_button{width: 60px;height: 60px;}
.header{height: 60px;    background: rgba(0,0,0,0.8);}
.header h1{margin-top:12px;width: 160px;height: 42px;}
.h_ewm{top:60px;}

.scrollHeader .header{height: 60px;}
.scrollHeader .nav,.scrollHeader .nav_re{height: 60px;line-height: 60px;}
.scrollHeader .header h1{margin-top:12px;}
.search_box{top:60px;}
}
@media only screen and (max-width:1024px) {
.header_insert{padding-left: 10px;}
.search{position: static; border: 0;width: 30px;margin-left: 0;text-align: center;}
.search_box input, .search_box button{height:36px;line-height: 36px;}
.search_box{margin-top: -19px;padding-left: 10px;}
.search.cur .search_box{width: 240px;}
.search_box,.search.cur .search_box{width: 100%;box-sizing:border-box;margin: 0;top:100%;    border-radius: 0;}

}
@media only screen and (max-width:767px) {
.header h1{width: 120px;margin-top: 15px;margin-right: 0}
.h_weixin{font-size: 20px;}
.menu_button{width: 50px;display: block;}
.search{margin-right:10px;}
.h_weixin, .language{margin-right: 16px;}
.menu_i{width: 30px;}
.menu_i i:nth-child(1){width: 26px;}
.menu_i i:nth-child(3){width: 24px;}
}


.footer{background:#5c5c5c;padding-top: 40px;}
.foot_bottm{background:#5c5c5c;padding:25px 0;overflow: hidden;}
.foot_bottm,.foot_bottm a{color: #fff;}
.f_le{float: left;}
.f_le a{float: left;padding-right: 20px;margin-right: 20px;border-right:1px solid #fff;}
.f_le a:last-child{padding-right: 0;margin-right: 0;border: 0;}
.f_re{float: right;}
.bah_02{margin:0 5px;}
.f_top{padding-bottom: 20px;border-bottom:1px solid #ee7700;}
.f_top_le{float: left;width: 190px;}
.f_top_le img{width: 100%;}
.f_top_re{float: right;}
.f_top_re ul{overflow: hidden;}
.f_top_re li{float: left;margin-left: 80px;}
.f_top_re li dt{margin-bottom: 20px;}
.f_top_re li dt a{color: #fff;}
.f_top_re p{line-height: 26px;margin-bottom: 10px;}
.f_top_re p a{color: #fff;}
.f_botom{padding: 40px 0;padding-bottom: 20px; overflow: hidden;}
.foot_ble{float: left;width: calc(100% - 550px)}
.foot_ble h3{margin-bottom: 10px;}
.foot_bre{float: right;}
.foot_bre ul{overflow: hidden;}
.foot_bre li{float: left;margin-left: 20px;width: 90px;text-align: center;}
.foot_bre li dt{width: 90px;height: 90px;margin-bottom: 6px;}
.foot_bre li img{width: 100%;height: 100%;}
.f_cont,.f_cont a{color: #707070;}
.f_cont ul{overflow: hidden;}
.f_cont li{float: left;padding-right: 30px;margin-right: 30px;max-width: 300px;position:relative;margin-bottom: 20px;}
.f_cont li:after{content: "";position: absolute;top:6px;right: 0;height:40px;width: 1px;background: #cccccc;}
.f_cont li:last-child{padding-right:0;margin-right: 0;}
.f_cont li:last-child:after{display: none;}
.f_top_re li:first-child{margin-left: 0;}


@media only screen and (max-width:1520px) {
.f_top_re li{margin-left: 60px;}
}

@media only screen and (max-width:1366px) {
.f_top_re li{margin-left: 40px;}
}
.f_top_re li:last-child{display: none;}
@media only screen and (max-width:1200px) {
    .f_share{}
    .f_top_re ul{margin-top: 30px;padding-top: 20px;}
.f_top_le{float: none;margin: auto;margin-bottom: 20px;}
.f_top_re{float: none;width: 100%;}
.f_top_re li{float: left;width: 33.3%;padding-bottom: 10px;margin: 0; margin-bottom: 20px;height: 100px;}
    .f_top_re li:nth-child(5){height: 130px;}
.f_top_re li dt{margin-bottom: 10px;}
.f_top_re li dd{overflow: hidden;}
.f_top_re li dd p{float: left;margin-right: 20px;}
.f_top_re li:last-child{padding-bottom: 0;margin-bottom: 0;border: 0;}
.f_top{padding-bottom: 20px;}
.foot_bottm{padding-bottom: 40px;}
.foot_ble,.foot_bre{float: none;width: 100%}
.foot_ble{margin-bottom: 30px;}
.foot_bre{text-align: center;}
.foot_bre ul{display: inline-block;}
.f_cont li{max-width: 100%;width: 100%; margin: 0;padding: 0;float: none;}
.f_cont li:after{display: none;}
.f_cont li{padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #ccc;}
.f_cont li:last-child{padding-bottom: 0;margin-bottom: 0;border: 0;}
.f_botom{padding: 30px 0;}

}

@media only screen and (max-width:767px) {
.f_top_le{width: 150px}
.f_top_re li dd p{margin-right: 10px;margin-bottom: 0px;}
.f_cont{font-size: 14px;}
.f_le,.f_re{float: none;width: 100%;text-align: center;overflow: hidden;}
.f_le{margin-bottom: 10px;}
.f_le a{display: inline-block;float: none;}
.bah_01,.bah_02,.xhr{display: block;margin: 0;}
.foot_bottm{padding: 20px 0;font-size: 12px;}
.f_le{font-size: 14px;}
.f_top_re li dt{margin-bottom:5px;font-size: 16px;}

.foot_bre li{width: 33.33%; height: auto; margin-left: 0;margin-bottom: 10px;}
.foot_bre li dt{width: 90px;height: 90px;margin: auto;}
.foot_bre li dl{margin: 0 4px;}
    .f_top_re p a{color: rgba(255,255,255,0.5);}
}

@media only screen and (min-width:1025px) {
a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
a:hover{color: #ee7700 !important;}
.foot_ble dd a{cursor: default;color: #707070 !important;}

}

.h_weixin{position: relative;}
.h_ewm{display: none; position: absolute;top:70px;left: 50%;margin-left:-45px; width: 90px;height: 90px;}
.h_ewm img{width:100%;height: 100%;}
@media only screen and (max-width:1230px) {
.h_ewm{top:60px;}
}

/*2021-12-17*/
.nav li>a{position: relative;}
.nav li>a em{position: absolute;bottom: 0; left:40px;height: 3px;width:calc(100% - 80px);background:#ee7700;visibility: hidden;opacity: 0;}
.nav .nav_re li>a em{width:calc(100% - 36px);left: 18px;bottom:-20px;}
/*.scrollHeader .nav .nav_re li>a em{bottom: 0}*/

.nav li.on>a em{visibility: visible;opacity: 1;}
@media only screen and (max-width:1660px) {
.nav li>a em{left:30px;width:calc(100% - 60px);}
.nav .nav_re li>a em{width:calc(100% - 30px);left: 15px;}
}

@media only screen and (max-width:1440px) {
.nav li>a em{left:20px;width:calc(100% - 40px);}

}
@media only screen and (max-width:1366px) {
.nav li>a em{left:15px;width:calc(100% - 30px);}

}
@media only screen and (max-width:1270px) {
.nav li>a em{left:10px;width:calc(100% - 20px);}
.nav .nav_re li>a em{width:calc(100% - 20px);left: 10px;}
}
@media only screen and (max-width:1230px) {
.nav li>a em{display: none;}
}

.menu_i{position: relative;}
.menu_i span{font-weight: bold;font-size: 26px;visibility: hidden;opacity: 0;}
.menu_i i,.menu_i span{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;}

.navbody .menu_i i{visibility: hidden;opacity: 0;}
.navbody .menu_i span{visibility: visible;opacity: 1;}

.nav{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;}
.navbody .nav{-webkit-transform: translateY(-100px); -moz-transform: translateY(-100px);-o-transform: translateY(-100px);-ms-transform: translateY(-100px);transform: translateY(-100px);
}

.nav_arrow,.nav_return{display: none;}
.nav_list{position:absolute;left: 0;top:78px;background: #fff;width: 100%;
padding:55px 0 80px 0;display: none;border-top:1px solid #eeeeee;}
.nav .nav_list a,.nav .nav_list p i{color:#000;}
.nav .nav_list p i{font-size: 18px;}
.nav .nav_list p{line-height: 36px;border-bottom: 1px solid #e0e0e0;}
.nav_insert{padding-left: 360px;}
.nav_p{overflow: hidden;}
.nav_p .nav_le{width: 290px;margin-right: 80px;float: left;}
.nav_p .nav_re{float: left; width: 382px;height:215px;overflow: hidden;}
.nav_p .nav_re a{display: block;width: 100%;height: 100%;padding:0;}
.nav_p .nav_re img{width: 100%;height: 100%;}
@media only screen and (max-width:1660px) {
.nav_insert{padding-left:350px;}
}
@media only screen and (max-width:1560px) {
.nav_insert{padding-left:300px;}
}
@media only screen and (max-width:1440px) {
.nav_insert{padding-left:280px;}
}
@media only screen and (max-width:1230px) {
.nav{display: block;position:fixed;top:60px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.8);margin: 0;font-size: 16px;
box-sizing:border-box;padding: 20px 0;
visibility: hidden;opacity: 0;top:-200px;
}

.nav_le,.nav_re{float: none;width: 100%;font-size: 16px;}
.nav li{float: none;display: table;width: 100%;border-bottom:1px solid rgba(255,255,255,0.3)}

.nav_arrow, .nav_return{display: block;cursor: pointer;}
.nav_arrow{width: 50px;float:right;font-size:16px;font-weight: bold; text-align: center;}
.nav li>a{width: calc(100% - 90px);float: left;}
.nav .nav_re a,.nav li>a{padding:0 20px;}
.scrollHeader .nav,.nav{height: 100%;}
.nav_le,.nav_re,.scrollHeader .nav_le, .scrollHeader .nav_re,.scrollHeader .nav{line-height: 40px;}

.nav_list{display: block;position: fixed;top:0px;left: auto; right:-100%;width: 100%;height: 100%;background: #000;padding: 20px 0;box-sizing:border-box;
transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;
z-index: 2;
}
.nav_insert{padding: 0;}
.nav_p .nav_re{display: none;}
.nav_p .nav_le{float: none;width: 100%;margin:0;}
.nav .nav_list a, .nav .nav_list p i{color: #fff;}
.nav .nav_list p a{padding: 0;}
.nav .nav_list p{padding: 0 20px;line-height: 40px;    border-bottom: 1px solid rgba(255,255,255,0.3);}
.nav_return{opacity: 0.8}

.nav li.cur .nav_list{right: 0;}
.navbody .nav{top:60px;visibility: visible;opacity: 1;
  -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);}

}


.bg-cover{ background-size: cover; background-repeat: no-repeat; background-position: center;}
.site_banner_p{width: 100%;color: #fff;}
.site_banner img{width: 100%;}
.site_banner .phone_img{display: none;}
.site_banner{position:relative;}


@media only screen and (max-width:767px) {
    .site_banner .pc_img{display: none;}
    .site_banner .phone_img{display: block;}
}

/*page*/
.pageout{text-align: center;padding-bottom: 5px; clear: both;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto;padding-top: 40px; color:#333333; height:44px; line-height:44px; }
.page span{color:#333333; float: left;margin-left: 5px; }
.page span em{ }
.page i{ float: left; margin: 0 20px;}
.page a{float: left; width:44px;  color: #333333; margin: 0 2px; font-family: "Arial";}
.page a.on{color:#ee7700; }
/*.page a.prev {background:#ee7700 url(../images/page_le_on.png) center center no-repeat; text-indent:-10000px; margin-right:13px;}*/
/*.page a.next {background:#ee7700 url(../images/page_re_on.png) center center no-repeat; text-indent:-10000px; margin-left:13px;}*/
.page a.prev {background:#ee7700;margin-right:13px;}
.page a.next {background:#ee7700;margin-left:13px;}
.page a.prev.no {background:#b3b3b3;}
.page a.next.no {background:#b3b3b3;}

.page a.prev.no,.page a.next.no,.page a.first.no,.page a.last.no{opacity:0.5;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;}


.page a.go{margin-left:10px; width: 44px; background: #d40044; color: #fff; border:1px solid #d40044; height: 28px; line-height: 28px;}
.page a.go:hover{color: #fff !important;}
/*.page a.on:hover{color: #fff !important;}*/
.page .txtnum{margin-left: 0;}
.page .txtnum input{color:#b3b3b3; width:30px;height:26px; line-height:26px; padding: 0 5px; text-align:left;background:none;border: 1px solid #dddddd; margin: 0 6px;}
.page i,.page span,.page a.go{display: none;}
.page .prev i,.page .next i{display: block;float: none;margin: 0;font-size: 16px;color: #fff;}
.page .prev.no i,.page .next i{}
@media only screen and (max-width:1024px) {
.page{padding-top: 20px;}
}
@media only screen and (max-width:767px) {
.page{font-size: 14px;}
.page i,.page span,.page a.go{display:block; display:inline-block;}
.page a.prev{margin-right: 2px;}
.page a.next{margin-left: 2px;}
.page a.go{width: 36px;margin-top: 3px;margin-left: 5px;}
.page{ height: 36px; line-height: 36px;}
.page a{display:none; font-weight: normal;width:40px;}
.page a.prev,.page a.next{display:block; display:inline-block;}
.page i{margin:0 4px;display: none;}
.page a.on,.page a.first,.page a.last{display: inline-block;}
}

/*page*/
.pub_tab{background: #fff; box-shadow: 0 5px 5px rgba(0,0,0,0.2);text-align: center;height: 100px;padding:25px 0;box-sizing:border-box;margin-top: -20px;
    behavior: url(ie-css3.htc);
    -ms-box-shadow: 0 5px 5px rgba(0,0,0,0.2);position: relative;}
.pub_tab ul{display: inline-block;}
.pub_tab ul li{float: left;width: 190px; height: 50px;line-height: 50px;}
.pub_tab ul li a{display: block;background: url(../images/pub_tab_line.png) no-repeat right 0 ;}
.pub_tab ul li:last-child a{background: none;}
.pub_tab ul li.none a{background: none;}
.pub_tab ul li.on a{/*background:#ee7701;*/ border-radius: 10px; text-align: center;color: #ee7701;}
/*.pub_tab ul li.on a:hover{color: #fff !important;}*/
@media only screen and (max-width:1366px) {
.pub_tab ul li{width: 180px;}
}
@media only screen and (max-width:1024px) {
.pub_tab ul li{width: 150px;}
.pub_tab{height: 80px;padding: 20px 0;margin-top: 0;}
}
@media only screen and (max-width:767px) {
.pub_tab{height: auto;padding: 15px 0;}
.pub_tab ul{display: block;overflow: hidden;text-align: center;font-size: 0;}
.pub_tab ul li{width: 25%;height: 36px;line-height: 36px;}
.pub_tab_3 ul li{width: 33.33%;display: inline-block;float: none;}
.pub_tab_2 ul li{width: 50%;}
.pub_tab ul li a{background: none;font-size: 16px;text-align: center;}
    .manpower_body .pub_tab_3 ul{text-align: left;}
}

.pub_tab_fixed .pub_tab {position: fixed;top:78px;left: 0;width: 100%;background: #fff;z-index: 999;padding: 10px 0;height: 60px;}
.pub_tab_fixed .pub_tab ul li{height: 40px;line-height: 40px;}
@media only screen and (max-width:1024px) {
  .pub_tab_fixed .pub_tab{top:60px;height: 55px;}
}




/*导航改*/
.nav .nav_le li:nth-child(2) .nav_p{padding-left:155px }
.nav .nav_le li:nth-child(3) .nav_p{padding-left:306px }
.nav .nav_le li:nth-child(4) .nav_p{padding-left:475px }

.nav .nav_re li .nav_p{float: right;padding-left: 0;}
.nav .nav_re li .nav_p p:last-child,.nav .nav_re li .nav_p p:last-child a{padding-right: 0;}
.nav .nav_re li:nth-child(4) .nav_p{padding-right:305px }
.nav .nav_re li:nth-child(3) .nav_p{padding-right:400px }
.nav .nav_re li:nth-child(2) .nav_p{padding-right:495px }
.nav .nav_re li:nth-child(1) .nav_p{padding-right:400px }

@media only screen and (max-width:1660px) {

.nav .nav_le li:nth-child(2) .nav_p{padding-left:135px }
.nav .nav_le li:nth-child(3) .nav_p{padding-left:270px }
.nav .nav_le li:nth-child(4) .nav_p{padding-left:415px }


}

@media only screen and (max-width:1560px) {


.nav .nav_re li:nth-child(4) .nav_p{padding-right:275px }
.nav .nav_re li:nth-child(3) .nav_p{padding-right:365px }
.nav .nav_re li:nth-child(2) .nav_p{padding-right:450px }
.nav .nav_re li:nth-child(1) .nav_p{padding-right:400px }
}
@media only screen and (max-width:1440px) {
.nav .nav_le li:nth-child(1) .nav_p{padding-left:10px }
.nav .nav_le li:nth-child(2) .nav_p{padding-left:126px }
.nav .nav_le li:nth-child(3) .nav_p{padding-left:240px }
.nav .nav_le li:nth-child(4) .nav_p{padding-left:370px }
}
@media only screen and (max-width:1366px) {
.nav .nav_le li:nth-child(1) .nav_p{padding-left:5px }
.nav .nav_le li:nth-child(2) .nav_p{padding-left:110px }
.nav .nav_le li:nth-child(3) .nav_p{padding-left:215px }
.nav .nav_le li:nth-child(4) .nav_p{padding-left:330px }



.nav .nav_re li:nth-child(4) .nav_p{padding-right:270px }
.nav .nav_re li:nth-child(3) .nav_p{padding-right:345px }
.nav .nav_re li:nth-child(2) .nav_p{padding-right:420px }
.nav .nav_re li:nth-child(1) .nav_p{padding-right:300px }
}


@media only screen and (max-width:1230px) {
.nav_list{border: 0;}
.nav_p{padding: 0 !important}
.nav .nav_re li .nav_p{float: none;}
}

@media only screen and (min-width:1231px) {
.nav_list{padding: 30px 0 20px 0;}
.nav_list p{float: left;padding: 0 30px;border: none;line-height: 30px;background: url(../images/navline.jpg) no-repeat 0 center;}
.nav .nav_list p{border: none;}
.nav_list p:first-child{padding-left: 0;background:none;}
.nav_list{border: none;background: rgba(255,255,255,0.8);}
/*.nav .nav_re a,.header_re{margin-top: -10px;}*/
/*.scrollHeader .nav .nav_re a,.scrollHeader .header_re{margin-top: 0px;}*/
}


/*2022-02-11改*/


.f_botom{display: none;}
.f_top{border:none;position: relative;}
.f_share{position: absolute;left: 0;bottom: 55px;}
.f_share dl{float: left;margin-right: 20px;position: relative;}
.f_share dl:last-child{margin-right: 0;}
.f_share dt a{display: block;color: #404040;}
.f_share dt{width: 30px;height: 30px;line-height: 30px;text-align: center;border-radius: 50%;overflow: hidden;}

.f_share .icon-weixin1{font-size: 20px;}
.f_share dd{width: 120px;height: 120px;position: absolute;left: 0;bottom:35px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;visibility: hidden;opacity: 0;}
.f_share dd img{width: 100%;height: 100%;}


.f_share dl:hover a{color: #fff !important;}
.f_share dl:hover dd{visibility: visible;opacity: 1;}

@media only screen and (max-width:1200px) {
  .f_share{position:static;width: 80px;margin: auto;margin-bottom: 20px;}
  .f_top_re{clear: both;}
}

@media only screen and (max-width:1024px) {
.f_share dd{left: 50%;margin-left: -60px;}
}


/*右侧*/
.sidebar{ position: fixed; right:0px;  width:64px;z-index: 999;bottom: 0px;display: none;}
.sidebar.on{display: block;}
.sidebar ul{width:100%;}
.sidebar li{ transition:0.5s all; -webkit-transition:0.5s all; cursor: pointer; float: right; width:70px; position: relative;
    background: #ee7700;  -moz-transition:0.5s all; -ms-transition:0.5s all; -o-transition:0.5s all;box-sizing: border-box;height: 70px;}
.sidebar li a{text-align: center;display: block;}
.sidebar li a i{font-size: 22px;color: #fff;margin-top: 7px;display: inline-block;}
.sidebar li a p{font-size: 12px;color: #fff;text-align: center;margin-top: 2px;}
.sidebar li.toTop{text-align: center;transition: all .3s;background: #fff;line-height: 70px;}
.sidebar li.toTop a i{margin-top: 0;color: #000;}
.toTop a{border-bottom: 0!important;}
.toTop a em{width: 24px;height: 2px;display: block;background: #fff;margin: 0 auto;display: none;}
.toTop a span{font-size: 26px;color: #000;}
.toTop a p{font-size: 12px;color: rgba(255,255,255,.5);display: none;}


.menu_website {
    background: #ee7700;
    color: #fff;
    float: left;
    width: 78px;
    height: 78px;
    text-align: center;
    position: relative;
    cursor: pointer;

}
.website_ico{position: relative;z-index: 4;background: #ee7700;width: 78px;height: 78px;line-height: 78px;}
.website_ico i{font-size: 30px;}
.website_ico .open{display: none;}
.website_txt {
    position: absolute;
    right: 78px;
    padding: 0 20px;
    background: #ee7700;
    top: 0;
    z-index: 3;
    transition: all .3s;
    transform: translateX(150%);

}

.website_txt a{margin: 0 30px;position: relative;float: left;padding-left: 20px;font-size: 16px;min-width: 65px;}
.website_txt a:before{content: "";display: block;width: 4px;height: 4px;background: #fff;border-radius: 4px;left: 0;top: 50%;margin-top: -2px;position: absolute;}

.menu_website.on .website_txt{transform: translateX(0px);}
.menu_website.on .website_ico .off{display: none;}
.menu_website.on .website_ico .open{display: block;}
.scrollHeader .menu_website{height: 78px;}

@media only screen and (min-width: 1025px){
    .sidebar li:hover{opacity: .8;}
    .sidebar li.toTop:hover span{color: #ee7700;}
    /*.toTop a:hover{color: #fff!important;}*/
    .website_txt a:hover{color: #fff!important;font-weight: bold;}
}
@media only screen and (max-width: 1230px) {
    .menu_website,.website_ico,.website_txt{height: 60px;}
    .menu_website{width: 60px;}
    .website_ico{width: 60px;line-height: 60px;}
    .scrollHeader .menu_website{height: 60px;}
    .website_txt{right: 60px;}
}
@media only screen and (max-width: 767px) {
    /*.sidebar{display: none;}*/
    .website_txt{width: 250px;}
    .website_txt a{margin: 0 10px;padding-left: 10px;font-size: 14px;}

    .sidebar{bottom: 0px;width: 42px;}
    .sidebar li{width: 42px;height: 42px;line-height: 42px;}
    .sidebar li.toTop{line-height: 42px;height: 42px;}
    .sidebar li a i{font-size: 16px;margin-top: 0;}
    .sidebar li a p{width: 25px;margin-left: auto;margin-right: auto;display: none;}
    .sidebar li.toTop a i{display: block;}

    .menu_website{display: none;}
    .menu_button p{display: none;}
    .menu_i{margin-bottom: 0;}
    .menu_i i{margin-bottom: 6px;margin-top: 6px;}
    .h_weixin{display: none;}
}
@media only screen and (max-width: 345px) {
    .header h1{width: 100px;margin-top: 18px;}
    .h_weixin, .language,.search{margin-right: 8px;}
    .menu_website,.website_ico{width: 50px;}
    .website_txt{width: 240px;padding: 0 10px;right: 50px;}
    .website_txt a{margin: 0 8px;}
}

.site{line-height: 24px;padding: 20px 0;}
.site,.site a{color: #4f535d;}
.site span{color: #ee7700;}



@media only screen and (max-width:1024px) {
    .site{display: none;}
}
